Added getVCpuCount to XendDomainInfo and use that and getName, getDomain,
authoremellor@ewan <emellor@ewan>
Sat, 17 Sep 2005 16:34:58 +0000 (17:34 +0100)
committeremellor@ewan <emellor@ewan>
Sat, 17 Sep 2005 16:34:58 +0000 (17:34 +0100)
commit0fd36627da3791cac17b09256aef0bf0a0ee7430
treee68a83955ea0922dd189a0b84f27741e38d7b497
parent60ebaf4dca22c4e76c41661aa198f004337c809d
Added getVCpuCount to XendDomainInfo and use that and getName, getDomain,
getTargetMemory inside image.py to decouple the latter from the internals of
the former.  Move the definition of xc inside image.py to please pylint.

Signed-off-by: Ewan Mellor<ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/image.py